home *** CD-ROM | disk | FTP | other *** search
- Path: galaxy.ucr.edu!not-for-mail
- From: ychiu@cs.ucr.edu (Yuan-Chi Chiu)
- Newsgroups: comp.lang.c++
- Subject: portable string library
- Date: 25 Jan 1996 05:23:03 GMT
- Organization: University of California, Riverside
- Message-ID: <4e743n$3m@galaxy.ucr.edu>
- NNTP-Posting-Host: cs.ucr.edu
-
- Hello all:
-
- I'm looking for a string library that is portable to at least between
- Unix and MicrosoftWindows. I'm currently using g++ 2.7.2, and I'm using
- the STL library for its container classes (e.g. list, stack, queue), but
- I need a good string class to do complicated text manipulations. Are there
- such a package in the standard C++ inside the GNU-C ? I don't see it
- in the STL and I guess we have to use string class somewhere else.
-
- This is urgent.. if you know or know anyone who knows what I don't know
- please let me know. Thanks!
-
- Bill
- --
- +-------------------------------------------------------------------------+
- | Yuan-chi (Bill) Chiu. ychiu@cs.ucr.edu http://cs.ucr.edu/~ychiu |
- |-------------------------------------------------------------------------|
- | A process cannot be understood by stopping it. Understanding must move |
- | with the flow of the process, must join it and flow with it. |
- +-------------------------------------------------------------------------+
-